ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / getInt Method / getInt(Byte[],Int32,Boolean) Method
data array
start of data in array
swap bytes?

In This Topic
    getInt(Byte[],Int32,Boolean) Method
    In This Topic
    Create an int from a byte [4], with optional byte swapping.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function getInt( _
       ByVal bfr() As Byte, _
       ByVal off As Integer, _
       ByVal swap As Boolean _
    ) As Integer
    public static int getInt( 
       byte[] bfr,
       int off,
       bool swap
    )

    Parameters

    bfr
    data array
    off
    start of data in array
    swap
    swap bytes?

    Return Value

    native type from representation.
    See Also